home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / Makefile < prev    next >
Encoding:
Makefile  |  1992-06-30  |  1.0 KB  |  45 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = tess
  11.  
  12. INTERFACES = tess.nib
  13. CLASSES = GeneratorOverlay.m ImageCompositor.m MouseTracker.m SketchPad.m \
  14.           TessSketch.m Underlay.m cm.m cmm.m p1.m p2.m p3.m p31m.m p3m1.m \
  15.           p4.m p4g.m p4m.m p6.m p6m.m pg.m pgg.m pm.m pmg.m pmm.m
  16. MFILES = tess_main.m
  17. HFILES = aGroup-inter.h p3m1-inter.h
  18. PSWFILES = Underlay_Helper.psw
  19. PSWMFILES = aGroup.pswm
  20. TIFFFILES = rotate.tiff rotatel.tiff rotater.tiff sizer.tiff
  21. APPICON = tess.tiff
  22.  
  23.  
  24. SOURCEMODE = 444
  25.  
  26. LIBS = -lm\
  27.     -lNeXT_s -lsys_s
  28. DEBUG_LIBS = $(LIBS)
  29. PROF_LIBS = -lm\
  30.     -lNeXT_p -lsys_p
  31.  
  32. MAKEFILEDIR = /usr/lib/nib
  33. ICONSECTIONS =    -sectcreate __ICON app tess.tiff
  34.  
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/app.make
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.